diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/vendor-regular-registrations/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/vendor-regular-registrations/page.tsx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/[lng]/evcp/(evcp)/vendor-regular-registrations/page.tsx b/app/[lng]/evcp/(evcp)/vendor-regular-registrations/page.tsx index 2260396c..e8433c55 100644 --- a/app/[lng]/evcp/(evcp)/vendor-regular-registrations/page.tsx +++ b/app/[lng]/evcp/(evcp)/vendor-regular-registrations/page.tsx @@ -1,5 +1,7 @@ import * as React from "react"
+export const dynamic = "force-dynamic"
+
import { Skeleton } from "@/components/ui/skeleton"
import { DataTableSkeleton } from "@/components/data-table/data-table-skeleton"
@@ -27,9 +29,9 @@ export default async function VendorRegularRegistrationsPage() { </h2>
<InformationButton pagePath="evcp/vendor-regular-registrations" />
</div>
- <p className="text-muted-foreground">
+ {/* <p className="text-muted-foreground">
정규업체 등록 현황을 확인하세요. 구매담당자가 정규업체 등록을 위한 현황 조회 및 협력업체에게 누락자료 요청하는 화면입니다.
- </p>
+ </p> */}
</div>
</div>
</div>
|
